package series

Import Path
	github.com/K-Phoen/grabana/graph/series (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files override.go
Package-Level Type Names (only one)
/* sort by: | */
OverrideOption represents an option that can be used alter a graph panel series. func Alias(alias string) OverrideOption func Color(color string) OverrideOption func Dashes(enabled bool) OverrideOption func Fill(opacity int) OverrideOption func Lines(enabled bool) OverrideOption func LineWidth(width int) OverrideOption func github.com/K-Phoen/grabana/graph.SeriesOverride(opts ...OverrideOption) graph.Option
Package-Level Functions (total 6)
Alias defines an alias/regex used to identify the series to override.
Color overrides the color for the matched series.
Dashes enables/disables display of the series using dashes instead of lines.
func Fill(opacity int) OverrideOption
Lines enables/disables display of the series using dashes instead of dashes.